<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.webapp.base.properties.override">

  <require>org.nuxeo.ecm.platform.webapp.base.properties</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      <strong>nuxeo.jsf.useAjaxTabs</strong>: enables ajaxified tabs on document views. Activation also relies on
      the user's browser because this feature requires manipulating the browser's session history in JavaScript to
      preserve bookmarkable URLs (see compatibility table at
      <a href="http://caniuse.com/#search=pushstate" target="_blank">http://caniuse.com/#search=pushstate</a>, for
      instance).
    </documentation>
    <property name="nuxeo.jsf.useAjaxTabs">true</property>
  </extension>

</component>
